home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / gamesa / frmabout.frm (.txt) next >
Visual Basic Form  |  1999-08-04  |  6KB  |  172 lines

  1. VERSION 5.00
  2. Begin VB.Form frmAbout 
  3.    AutoRedraw      =   -1  'True
  4.    BorderStyle     =   3  'Fixed Dialog
  5.    Caption         =   "About Games"
  6.    ClientHeight    =   2520
  7.    ClientLeft      =   2370
  8.    ClientTop       =   1485
  9.    ClientWidth     =   3660
  10.    ClipControls    =   0   'False
  11.    ForeColor       =   &H00800080&
  12.    Icon            =   "frmAbout.frx":0000
  13.    LinkTopic       =   "Form1"
  14.    MaxButton       =   0   'False
  15.    MinButton       =   0   'False
  16.    Moveable        =   0   'False
  17.    ScaleHeight     =   2520
  18.    ScaleWidth      =   3660
  19.    ShowInTaskbar   =   0   'False
  20.    StartUpPosition =   2  'CenterScreen
  21.    Tag             =   "About TicTacToe"
  22.    Begin VB.PictureBox picIcon 
  23.       Appearance      =   0  'Flat
  24.       AutoSize        =   -1  'True
  25.       BorderStyle     =   0  'None
  26.       ClipControls    =   0   'False
  27.       ForeColor       =   &H80000008&
  28.       Height          =   480
  29.       Left            =   120
  30.       Picture         =   "frmAbout.frx":0442
  31.       ScaleHeight     =   480
  32.       ScaleMode       =   0  'User
  33.       ScaleWidth      =   480
  34.       TabIndex        =   1
  35.       TabStop         =   0   'False
  36.       Top             =   120
  37.       Width           =   480
  38.    End
  39.    Begin VB.CommandButton cmdOK 
  40.       Cancel          =   -1  'True
  41.       Caption         =   "OK"
  42.       Default         =   -1  'True
  43.       Height          =   345
  44.       Left            =   2235
  45.       TabIndex        =   0
  46.       Tag             =   "OK"
  47.       Top             =   2070
  48.       Width           =   1260
  49.    End
  50.    Begin VB.Label Label3 
  51.       Caption         =   "achinth@usa.net"
  52.       BeginProperty Font 
  53.          Name            =   "MS Sans Serif"
  54.          Size            =   9.75
  55.          Charset         =   0
  56.          Weight          =   700
  57.          Underline       =   0   'False
  58.          Italic          =   0   'False
  59.          Strikethrough   =   0   'False
  60.       EndProperty
  61.       ForeColor       =   &H00C00000&
  62.       Height          =   315
  63.       Left            =   1050
  64.       TabIndex        =   6
  65.       Tag             =   "Warning: ..."
  66.       Top             =   1605
  67.       Width           =   2115
  68.    End
  69.    Begin VB.Label Label1 
  70.       Caption         =   "Developed by "
  71.       BeginProperty Font 
  72.          Name            =   "MS Sans Serif"
  73.          Size            =   9.75
  74.          Charset         =   0
  75.          Weight          =   400
  76.          Underline       =   0   'False
  77.          Italic          =   0   'False
  78.          Strikethrough   =   0   'False
  79.       EndProperty
  80.       ForeColor       =   &H80000007&
  81.       Height          =   225
  82.       Left            =   1275
  83.       TabIndex        =   5
  84.       Tag             =   "Version"
  85.       Top             =   1110
  86.       Width           =   1485
  87.    End
  88.    Begin VB.Label lblTitle 
  89.       Caption         =   "Games"
  90.       BeginProperty Font 
  91.          Name            =   "MS Sans Serif"
  92.          Size            =   18
  93.          Charset         =   0
  94.          Weight          =   700
  95.          Underline       =   0   'False
  96.          Italic          =   0   'False
  97.          Strikethrough   =   0   'False
  98.       EndProperty
  99.       ForeColor       =   &H00FF0000&
  100.       Height          =   375
  101.       Left            =   1275
  102.       TabIndex        =   4
  103.       Tag             =   "Application Title"
  104.       Top             =   120
  105.       Width           =   1290
  106.    End
  107.    Begin VB.Line Line1 
  108.       BorderColor     =   &H00808080&
  109.       BorderStyle     =   6  'Inside Solid
  110.       Index           =   1
  111.       X1              =   120
  112.       X2              =   3480
  113.       Y1              =   1950
  114.       Y2              =   1950
  115.    End
  116.    Begin VB.Line Line1 
  117.       BorderColor     =   &H00FFFFFF&
  118.       BorderWidth     =   2
  119.       Index           =   0
  120.       X1              =   120
  121.       X2              =   3480
  122.       Y1              =   1950
  123.       Y2              =   1950
  124.    End
  125.    Begin VB.Label lblVersion 
  126.       Caption         =   "Version 1.0.0"
  127.       BeginProperty Font 
  128.          Name            =   "MS Sans Serif"
  129.          Size            =   9.75
  130.          Charset         =   0
  131.          Weight          =   700
  132.          Underline       =   0   'False
  133.          Italic          =   0   'False
  134.          Strikethrough   =   0   'False
  135.       EndProperty
  136.       ForeColor       =   &H00800080&
  137.       Height          =   225
  138.       Left            =   1260
  139.       TabIndex        =   3
  140.       Tag             =   "Version"
  141.       Top             =   600
  142.       Width           =   1365
  143.    End
  144.    Begin VB.Label lblDisclaimer 
  145.       Caption         =   "Achinth G Anand"
  146.       BeginProperty Font 
  147.          Name            =   "MS Sans Serif"
  148.          Size            =   12
  149.          Charset         =   0
  150.          Weight          =   700
  151.          Underline       =   0   'False
  152.          Italic          =   0   'False
  153.          Strikethrough   =   0   'False
  154.       EndProperty
  155.       ForeColor       =   &H000000C0&
  156.       Height          =   315
  157.       Left            =   870
  158.       TabIndex        =   2
  159.       Tag             =   "Warning: ..."
  160.       Top             =   1350
  161.       Width           =   2115
  162.    End
  163. Attribute VB_Name = "frmAbout"
  164. Attribute VB_GlobalNameSpace = False
  165. Attribute VB_Creatable = False
  166. Attribute VB_PredeclaredId = True
  167. Attribute VB_Exposed = False
  168. Option Explicit
  169. Private Sub cmdOK_Click()
  170. Unload Me
  171. End Sub
  172.